home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / locale / en-US / firebug.properties < prev   
Text File  |  2010-01-15  |  32KB  |  728 lines

  1. Firebug=Firebug
  2.  
  3. # LOCALIZATION NOTE (WindowTitle): Title of detached Firebug window.
  4. # %S Title of the associated web page.
  5. # examples: Firebug - Google
  6. WindowTitle=Firebug - %S
  7.  
  8. # Panel titles
  9. Panel-console=Console
  10. Panel-net=Net
  11. Panel-html=HTML
  12. Panel-stylesheet=CSS
  13. Panel-script=Script
  14. Panel-dom=DOM
  15. Panel-css=Style
  16. Panel-computed=Computed
  17. Panel-layout=Layout
  18. Panel-domSide=DOM
  19. Panel-watches=Watch
  20. Panel-breakpoints=Breakpoints
  21. Panel-callstack=Stack
  22. Panel-scopes=Scopes
  23.  
  24. # LOCALIZATION NOTE (plural.Total_Firebugs): Semi-colon list of plural forms.
  25. # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
  26. # Used in a tooltip that is displayed for Firebug icon located within Firefox status bar.
  27. # Displays number of pages with Firebug activated.
  28. # %S number of Firebugs activated
  29. # example: 2 Total Firebugs
  30. plural.Total_Firebugs=%S Total Firebug;%S Total Firebugs
  31.  
  32. inBrowser=In Browser
  33. detached=Detached
  34. minimized=Minimized
  35. enablement.for_all_pages=for all pages
  36. enablement.on=On
  37. enablement.off=Off
  38. none=Closed
  39. Detached=Detached
  40. Firebug_-_inactive_for_selected_Firefox_tab=Firebug - inactive for selected Firefox tab
  41. Activate_Firebug_for_the_selected_Firefox_tab=Activate Firebug for the selected Firefox tab
  42. Minimized=Minimized
  43. Minimize_Firebug=Minimize Firebug
  44. On_for_all_web_pages=On for All Web Pages
  45. firebug.menu.Clear_Activation_List=Clear Activation List
  46.  
  47. firebug_options=Firebug Options
  48. firebug_options_showQuickInfoBox=Show Quick Info Box
  49.  
  50. # Console panel options.
  51. ShowJavaScriptErrors=Show JavaScript Errors
  52. ShowJavaScriptWarnings=Show JavaScript Warnings
  53. ShowCSSErrors=Show CSS Errors
  54. ShowXMLErrors=Show XML Errors
  55. ShowStackTrace=Show Stack Trace With Errors
  56. ShowXULErrors=Show Errors From XUL
  57. ShowXULMessages=Show Messages From XUL
  58. ShowXMLHttpRequests=Show XMLHttpRequests
  59. ShowChromeErrors=Show Chrome Errors
  60. ShowChromeMessages=Show Chrome Messages
  61. ShowExternalErrors=Show External Errors
  62. ShowNetworkErrors=Show Network Errors
  63. JavascriptOptionsStrict=Strict Warnings (performance penalty)
  64.  
  65. LargeCommandLine=Larger Command Line
  66. console_command_line=console command line
  67. Assertion=Assertion Failure
  68.  
  69. # LOCALIZATION NOTE (Line): Used at many places in the UI. Displays location of an error,
  70. # message, etc. within a source of a web page.
  71. # #1 File name, #2 Line number
  72. # examples: somePage.htm (line 64)
  73. Line=%S (line %S)
  74.  
  75. InstanceLine=%S #%S (line %S)
  76. StackItem=%S (%S line %S)
  77. SystemItem=<System>
  78.  
  79. # LOCALIZATION NOTE (InspectInTab): Menu item label used in a various context menus.
  80. # For example, right clicking on an element in the HTML panel offers an action to inspect
  81. # clicked element in the DOM panel (tab).
  82. # #1 Target panel title
  83. # examples: Inspect in DOM Tab
  84. InspectInTab=Inspect in %S Tab
  85.  
  86. NoName=(no name)
  87.  
  88. # LOCALIZATION NOTE (jsdIScript): an internal Firefox object used for debugging Firebug
  89. # do not translate.
  90. # #1 jsdIScript.tag
  91. jsdIScript=jsdIScript %S
  92.  
  93. # HTML panel context menu items.
  94. ShowFullText=Show Full Text
  95. ShowWhitespace=Show White Space
  96. ShowTextNodesWithEntities=Show Basic Entities
  97. ShowComments=Show Comments
  98. HighlightMutations=Highlight Changes
  99. ExpandMutations=Expand Changes
  100. ScrollToMutations=Scroll Changes Into View
  101. ScrollIntoView=Scroll Into View
  102. NewAttribute=New Attribute...
  103. EditHTMLElement=Edit HTML...
  104. EditSVGElement=Edit SVG...
  105. EditMathMLElement=Edit MathML...
  106. DeleteElement=Delete Element
  107. EditNode=Edit HTML...
  108. DeleteNode=Delete Node
  109. ShowQuickInfoBox=Show Quick Info Box
  110. ShadeBoxModel=Shade Box Model
  111.  
  112. # Quick Info Box
  113. quickInfo=Quick Info
  114. computedStyle=Computed Style
  115.  
  116. # LOCALIZATION NOTE (html.Break_On_Mutate, html.Disable_Break_On_Mutate): Tooltips for resume
  117. # button that are used when the HTML panel is currently selected. The button allows stopping
  118. # JS execution when DOM of the current page is modified.
  119. html.Break_On_Mutate=Break On Mutate
  120. html.Disable_Break_On_Mutate=Disable Break On Mutate
  121. html.label.Break_On_Text_Change=Break On Text Change
  122.  
  123. html.label.HTML_Breakpoints=HTML Breakpoints
  124. html.label.Break_On_Attribute_Change=Break On Attribute Change
  125. html.label.Break_On_Child_Addition_or_Removal=Break On Child Addition or Removal
  126. html.label.Break_On_Element_Removal=Break On Element Removal
  127.  
  128. dom.label.DOM_Breakpoints=DOM Breakpoints
  129.  
  130. # LOCALIZATION NOTE (EditAttribute): Menu Item label used in HTML panel context menu. Allows
  131. # editing an existing HTML element attribute.
  132. # #1 Name of the clicked attribute.
  133. # examples: Edit Attribute "onclick"...
  134. EditAttribute=Edit Attribute "%S"...
  135.  
  136. # LOCALIZATION NOTE (DeleteAttribute): Menu Item label used in HTML panel context menu. Allows
  137. # deleting an existing HTML element attribute.
  138. # #1 Name of the clicked attribute.
  139. # examples: Delete Attribute "onclick"...
  140. DeleteAttribute=Delete Attribute "%S"
  141.  
  142. # LOCALIZATION NOTE (InheritedFrom): Displaying a HTML element name + an applied CSS rule.
  143. # that has been inherited. Used in the Style side panel (under HTML panel).
  144. # examples: Inherited from table.tabView
  145. InheritedFrom=Inherited from
  146.  
  147. SothinkWarning=The Sothink SWF Catcher extension is preventing Firebug from working properly.<br><br>Please read <a href="http://www.getfirebug.com/faq.html#Sothink" target="_new">this item on the Firebug FAQ</a> for help.
  148. DOMInspectorWarning=Unable to show styles.<br><br>Please read <a href="http://www.getfirebug.com/faq.html#InstallDOMInspector" target="_new">this item on the Firebug FAQ</a> for help.
  149. EmptyStyleSheet=There are no rules in this stylesheet.
  150. EmptyElementCSS=This element has no style rules.
  151. EditStyle=Edit Element Style...
  152. NewRule=New Rule...
  153. NewProp=New Property...
  154.  
  155. # LOCALIZATION NOTE (EditProp): Menu item label used in the CSS panel context menu.
  156. # Allows to edit an existing CSS rule property.
  157. # %S Name of the clicked property
  158. # examples: Edit "background-color"...
  159. EditProp=Edit "%S"...
  160.  
  161. # LOCALIZATION NOTE (DisableProp): Menu item label used in the CSS panel context menu.
  162. # Allows to disable an existing CSS rule property.
  163. # %S Name of the clicked property
  164. # examples: Disable "background-color"
  165. DisableProp=Disable "%S"
  166.  
  167. # LOCALIZATION NOTE (DeleteProp): Menu item label used in the CSS panel context menu.
  168. # Allows to delete an existing CSS rule property.
  169. # %S Name of the clicked property
  170. # examples: Delete "background-color"
  171. DeleteProp=Delete "%S"
  172.  
  173. # Console context menu labels.
  174. BreakOnThisError=Break on This Error
  175. BreakOnAllErrors=Break on All Errors
  176. DisableBreakOnNext=Disable Break on Next
  177. DecompileEvals=Decompile for eval() source
  178. ShowAllSourceFiles=Show chrome sources
  179. TrackThrowCatch=Track Throw/Catch
  180. UseLastLineForEvalName=Use Last Source Line for eval() names
  181. UseMD5ForEvalName=Use MD5 for eval() names
  182.  
  183. # LOCALIZATION NOTE do not translate, no longer used(?)
  184. DBG_FBS_CREATION=Beware! DBG_FBS_CREATION
  185. DBG_FBS_BP=Beware! DBG_BP
  186. DBG_FBS_ERRORS=Beware! DBG_ERRORS
  187. DBG_FBS_STEP=Beware! DBG_STEP
  188.  
  189. # Breakpoints side panel
  190. Breakpoints=Breakpoints
  191. ErrorBreakpoints=Error Breakpoints
  192. LoggedFunctions=Logged Functions
  193. EnableAllBreakpoints=Enable All Breakpoints
  194. DisableAllBreakpoints=Disable All Breakpoints
  195. ClearAllBreakpoints=Remove All Breakpoints
  196.  
  197. # Script panel
  198. Continue=Continue
  199. StepOver=Step Over
  200. StepInto=Step Into
  201. StepOut=Step Out
  202. RunUntil=Run to This Line
  203. ScriptsFilterStatic=Show Static Scripts
  204. ScriptsFilterEval=Show Static and eval Scripts
  205. ScriptsFilterEvent=Show Static and event Scripts
  206. ScriptsFilterAll=Show Static, eval, and event Scripts
  207. ScriptsFilterStaticShort=static
  208. ScriptsFilterEvalShort=evals
  209. ScriptsFilterEventShort=events
  210. ScriptsFilterAllShort=all
  211. ShowUserProps=Show User-defined Properties
  212. ShowUserFuncs=Show User-defined Functions
  213. ShowDOMProps=Show DOM Properties
  214. ShowDOMFuncs=Show DOM Functions
  215. ShowDOMConstants=Show DOM Constants
  216. NoMembersWarning=There are no properties to show for this object.
  217. NewWatch=New watch expression...
  218. AddWatch=Add Watch
  219. CopySourceCode=Copy Source
  220.  
  221. CopyValue=Copy Value
  222. Copy_Name=Copy Name
  223. Copy_Path=Copy Path
  224.  
  225. NewProperty=New Property...
  226. EditProperty=Edit Property...
  227. EditVariable=Edit Variable...
  228. EditWatch=Edit Watch...
  229. DeleteProperty=Delete Property
  230. DeleteWatch=Delete Watch
  231. ConditionInput=This breakpoint will stop only if this expression is true:
  232. SetBreakpoint=Set Breakpoint
  233. DisableBreakpoint=Disable Breakpoint
  234. EditBreakpointCondition=Edit Breakpoint Condition...
  235. NoBreakpointsWarning=There are no breakpoints set in this page.
  236. Show_User_Agent_CSS=Show User Agent CSS
  237. Expand_Shorthand_Properties=Expand Shorthand Properties
  238.  
  239. # LOCALIZATION NOTE (LayoutPadding, LayoutBorder, LayoutMargin, LayoutPosition, LayoutAdjacent):
  240. # Labels used to describe layout properties a the selected HTML element.
  241. # Used in the Layout side panel under HMTL panel.
  242. LayoutPadding=padding
  243. LayoutBorder=border
  244. LayoutMargin=margin
  245. LayoutPosition=position
  246. LayoutAdjacent=adjacent
  247. position=position
  248.  
  249. # LOCALIZATION NOTE (ShowRulers): Label for context menu item. Used in the Layout side panel
  250. # under HTML panel.
  251. ShowRulers=Show Rulers and Guides
  252.  
  253. # Net panel
  254. Loading=Loading...
  255. Headers=Headers
  256.  
  257. # LOCALIZATION NOTE (net.header.Reset_Header) Label for header context menu (within the net panel)
  258. net.header.Reset_Header=Reset Header
  259.  
  260. # LOCALIZATION NOTE (net.header.URL, net.header.URL_Tooltip, net.header.Status,
  261. # net.header.Status_Tooltip, net.header.Domain, net.header.Domain_Tooltip,
  262. # net.header.Size, net.header.Size_Tooltip, net.header.Timeline, net.header.Timeline_Tooltip):
  263. # Labels and tooltips for a headers displayed on top of the Net panel.
  264. net.header.URL=URL
  265. net.header.URL_Tooltip=Requested URL and used HTTP method.
  266. net.header.Status=Status
  267. net.header.Status_Tooltip=Status of the received response.
  268. net.header.Domain=Domain
  269. net.header.Domain_Tooltip=Domain of the executed request.
  270. net.header.Size=Size
  271. net.header.Size_Tooltip=Size of the received response.
  272. net.header.Timeline=Timeline
  273. net.header.Timeline_Tooltip=Detailed timing info about request response round trip.
  274.  
  275. # LOCALIZATION NOTE (net.label.Network_Breakpoints): Label for network breakpoints group.
  276. net.label.XHR_Breakpoints=XHR Breakpoints
  277.  
  278. # LOCALIZATION NOTE (net.label.Break_On_Request): Label used in the Net panel's context
  279. # menu for breaking on a XHR.
  280. net.label.Break_On_XHR=Break On XHR
  281.  
  282. # LOCALIZATION NOTE (net.headers.view_source, net.headers.pretty_print): Labels used in the
  283. # Net panel's Headers tab (displayed if you expand a network request). The label is used
  284. # for a button that switches the view between "show raw source code" and "pretty formated header
  285. # values".
  286. net.headers.view_source=view source
  287. net.headers.pretty_print=pretty print
  288.  
  289. # LOCALIZATION NOTE (Post, Put): Label (verb) used in the Net panel for detailed info about
  290. # a network request (displayed when a net panel entry is expanded). The content of
  291. # this tab displays sent data (related to a HTTP send method).
  292. Post=Post
  293. Put=Put
  294.  
  295. # LOCALIZATION NOTE (Response, URLParameters, Cache, HTML, jsonviewer.tab.JSON, xmlviewer.tab.XML):
  296. # Label used in the Net panel for detailed info about a network request (displayed
  297. # when a net panel entry is expanded)
  298. Response=Response
  299. URLParameters=Params
  300. Cache=Cache
  301. HTML=HTML
  302. jsonviewer.tab.JSON=JSON
  303. xmlviewer.tab.XML=XML
  304.  
  305. # LOCALIZATION NOTE (RequestHeaders, ResponseHeaders): Label (noun) used in the Net panel
  306. # (expand an entry in the panel and select Headers tab).
  307. RequestHeaders=Request Headers
  308. ResponseHeaders=Response Headers
  309.  
  310. # LOCALIZATION NOTE (plural.Limit_Exceeded): Semi-colon list of plural forms.
  311. # A message displayed in the Net panel when some entries must be removed since maximum number
  312. # of entries has been reached.
  313. # %S the number of entries removed
  314. # example: Firebug's log limit has been reached. 150 entries not shown.
  315. plural.Limit_Exceeded=Firebug's log limit has been reached. %S entry not shown.;Firebug's log limit has been reached. %S entries not shown.
  316.  
  317. LimitPrefs=Preferences
  318.  
  319. # LOCALIZATION NOTE (LimitPrefsTitle): A message displayed in the Net panel when log limit
  320. # has been reached. Informing the user what preferencee should be changed to modify the limit.
  321. # %S Name of a preference.
  322. # examples: In order to change the limit modify: firebug.extensions.console.logLimit
  323. LimitPrefsTitle=In order to change the limit modify: %S
  324.  
  325. Refresh=Refresh
  326. OpenInTab=Open in New Tab
  327. Open_Response_In_New_Tab=Open Response in New Tab
  328.  
  329. # LOCALIZATION NOTE (Profile): Used as a caption for reported profile info.
  330. # (result of javascript profiler tool). Represents a verb.
  331. Profile=Profile
  332.  
  333. ProfilerStarted=The profiler is running. Click 'Profile' again to see its report.
  334.  
  335. # LOCALIZATION NOTE (plural.Profile_Time): Semi-colon list of plural forms.
  336. # Used as a caption for reported profile info (result of javascript profiler tool).
  337. # #1 number of milliseconds
  338. # #2 number of calls (plural)
  339. # example: (#1ms, #2 calls)
  340. plural.Profile_Time=(%Sms, %S call);(%Sms, %S calls)
  341.  
  342. NothingToProfile=No activity to profile.
  343. PercentTooltip=Percentage of time spent on this function.
  344. CallsHeaderTooltip=Number of times function was called.
  345. OwnTimeHeaderTooltip=Time spent in function, excluding nested calls.
  346. TimeHeaderTooltip=Time spent in function, including nested calls.
  347. AvgHeaderTooltip=Average time, including function calls.
  348. MinHeaderTooltip=Minimum time, including function calls.
  349. MaxHeaderTooltip=Maximum time, including function calls.
  350. ProfileButton.Enabled.Tooltip=Profile JavaScript execution time.
  351. ProfileButton.Disabled.Tooltip=Profile JavaScript execution time (Script panel must be enabled).
  352. Function=Function
  353. Percent=Percent
  354.  
  355. # LOCALIZATION NOTE (Calls, OwnTime, Time, Avg, Min, Max, File): Used in profiler report header
  356. # (name of a report column). In order to see this, select the Console panel start profiling
  357. # by clicking the Profile button and stop it by clicking again. The report is logged into the
  358. # console panel. Make sure Script panel is enabled.
  359. Calls=Calls
  360. OwnTime=Own Time
  361. Time=Time
  362. Avg=Avg
  363. Min=Min
  364. Max=Max
  365. File=File
  366.  
  367. # Support for clipboard actions.
  368. Copy=Copy
  369. Cut=Cut
  370. Remove=Remove
  371. CopyHTML=Copy HTML
  372. CopySVG=Copy SVG
  373. CopyMathML=Copy MathML
  374. CopyInnerHTML=Copy innerHTML
  375. CopyXPath=Copy XPath
  376. CopyLocation=Copy Location
  377. CopyLocationParameters=Copy Location with Parameters
  378. CopyRequestHeaders=Copy Request Headers
  379. CopyResponseHeaders=Copy Response Headers
  380. CopyResponse=Copy Response Body
  381. CopyError=Copy Error
  382. CopySource=Copy Function
  383.  
  384. # LOCALIZATION NOTE (ShowCallsInConsole): Label for context menu item. Used in the Script
  385. # panel when clicking a function object.
  386. # %S Name of the function
  387. # Log Calls to "getData"
  388. ShowCallsInConsole=Log Calls to "%S"
  389.  
  390. ShowEventsInConsole=Log Events
  391. panel.Enabled=Enabled
  392. panel.Disabled=Disabled
  393. panel.Enable=Enable
  394. panel.Disable=Disable
  395.  
  396. # LOCALIZATION NOTE (console.MethodNotSupported): A message displayed in the Console panel
  397. # if specific method is not supported.
  398. # %S Name of a not supported method.
  399. console.MethodNotSupported=Firebug console does not support '%S'
  400.  
  401. # LOCALIZATION NOTE (commandline.MethodNotSupported): A message displayed in the Console panel
  402. # when a not supported method is used on the command line.
  403. # %S Name of a not supported method.
  404. commandline.MethodNotSupported=Firebug command line does not support '%S'
  405.  
  406. # LOCALIZATION NOTE (console.Disable_Break_On_All_Errors, console.Break_On_All_Errors):
  407. # Tooltip for the "Break on... " button used when the Console panel is selected.
  408. console.Disable_Break_On_All_Errors=Disable Break On All Errors
  409. console.Break_On_All_Errors=Break On All Errors
  410.  
  411. # Console strings used when JavaScript is not available
  412. console.JSDisabledInFirefoxPrefs=JavaScript is disabled in your Firefox preferences. If you would like to use the Console panel then please enable this option under 'Tools' -> 'Options' -> 'Content' -> 'Enable JavaScript'
  413.  
  414. # LOCALIZATION NOTE (net.sizeinfo.Response_Body, net.sizeinfo.Post_Body, net.sizeinfo.Total_Sent,
  415. # net.sizeinfo.Total_Received):
  416. # Labels used for detailed size info tooltip. The tooltip is displayed if you hover mouse
  417. # over a Size displayed within the Net panel. 'Total Sent' and 'Total Received' info includes
  418. # even sent and received heades size.
  419. net.sizeinfo.Response_Body=Response Body
  420. net.sizeinfo.Post_Body=Post Body
  421. net.sizeinfo.Total_Sent=Total Sent
  422. net.sizeinfo.Total_Received=Total Received
  423.  
  424. net.ActivationMessage=Net panel activated. Any requests while the net panel is inactive are not shown.
  425. net.responseSizeLimitMessage=Firebug response size limit has been reached. Click <a>here</a> to open the entire response in a new Firefox tab.
  426.  
  427. # LOCALIZATION NOTE (net.postDataSizeLimitMessage): A warning message displayed within the Net
  428. # panel (inside the Post tab of an expanded request entry). The message informs the user that
  429. # posted data reached Firebug's size limit and only part of it is displayed in the UI.
  430. net.postDataSizeLimitMessage=Firebug request size limit has been reached by Firebug.
  431.  
  432. net.Break_On_XHR=Break On XHR
  433. net.label.Parameters=Parameters
  434. net.label.Parts=Parts
  435. net.label.Source=Source
  436.  
  437. # LOCALIZATION NOTE (net.option.Disable_Browser_Cache): A label for Net panel's option.
  438. net.option.Disable_Browser_Cache=Disable Browser Cache
  439.  
  440. script.Break_On_Next=Break On Next
  441. ShowHttpHeaders=Show HTTP Headers
  442.  
  443. # LOCALIZATION NOTE (plural.Request_Count): Semi-colon list of plural forms.
  444. # A label used in the Net panel. Displays number of HTTP requests executed by the current page.
  445. # %S number of requests
  446. # example: 21 requests
  447. plural.Request_Count=%S request;%S requests
  448.  
  449. FromCache=from cache
  450. StopLoading=Stop Loading
  451. LargeData=(Very Large Data)
  452. ShowComputedStyle=Show Computed Style
  453. StyleGroup-text=Text
  454. StyleGroup-background=Background
  455. StyleGroup-box=Box Model
  456. StyleGroup-layout=Layout
  457. StyleGroup-other=Other
  458. Dimensions=%S x %S
  459. CopyColor=Copy Color
  460. CopyImageLocation=Copy Image Location
  461. OpenImageInNewTab=Open Image in New Tab
  462. OmitObjectPathStack=Omit Toolbar Stack
  463.  
  464. # LOCALIZATION NOTE (plural.Error_Count): Semi-colon list of plural forms.
  465. # A label used in Firefox status bar. Displays number of JavaScript errors found by Firebug.
  466. # %S number of errors
  467. # example: 111 Errors
  468. plural.Error_Count=%S Error;%S Errors
  469.  
  470. moduleManager.title=%S panel is disabled
  471. moduleManager.desc4=Use Firebug's status bar icon to enable/disable all panels at once. Use each panel's tab menu for individual control.
  472.  
  473. Suspend_Firebug=Suspend Firebug
  474. Resume_Firebug=Resume Firebug
  475. Reset_Panels_To_Disabled=Reset Panels To Disabled
  476. Open_Console=Open Console
  477. Open_Console_Tooltip=Open Trace Console for Firebug.
  478. Scope_Chain=Scope Chain
  479.  
  480. # LOCALIZATION NOTE names of kinds of scopes. Probably best left in English.
  481. # With: the scope inside of the with(obj) {} statement
  482. With_Scope=With
  483. # Call: the scope inside of a function eg function foo() { XXX here XXX var f = function() {} };
  484. Call_Scope=Call
  485. # Window: the scope inside of a Javascript window object.
  486. Window_Scope=Window
  487.  
  488. Logs=Logs
  489. Options=Options
  490. Copy_Stack=Copy Stack
  491. Copy Exception=Copy Exception
  492.  
  493. # Net panel timing info labels
  494. requestinfo.Blocking=Blocking
  495. requestinfo.Resolving=DNS Lookup
  496. requestinfo.Connecting=Connecting
  497. requestinfo.Sending=Sending
  498. requestinfo.Waiting=Waiting
  499. requestinfo.Receiving=Receiving
  500. requestinfo.ContentLoad='DOMContentLoaded' (event)
  501. requestinfo.WindowLoad='load' (event)
  502. requestinfo.Started=Started
  503.  
  504. editors.Editor_Configuration=Editor Configuration
  505.  
  506. search.Firebug_Search=Firebug Search
  507. search.Next=Next
  508. search.Previous=Previous
  509.  
  510. search.Case_Sensitive=Force Case Sensitive
  511. search.Multiple_Files=Multiple Files
  512. search.html.CSS_Selector=CSS Selector
  513. search.net.Headers=Headers
  514. search.net.Parameters=Parameters
  515. search.net.Response_Bodies=Response Bodies
  516. search.script.Multiple_Files=Multiple Files
  517.  
  518. firebug.console.Persist=Persist
  519. firebug.console.Do_Not_Clear_On_Reload=Do Not Clear On Reload
  520. firebug.menu.Clear_Console=Clear Console
  521. firebug.menu.Reset_All_Options=Reset All Options
  522. firebug.menu.Enable_All_Panels=Enable All Panels
  523. firebug.menu.Disable_All_Panels=Disable All Panels
  524. firebug.menu.Customize_shortcuts=Customize Shortcuts
  525. firebug.menu.Enable_Accessibility_Enhancements=Enable Accessibility Enhancements
  526. firebug.menu.Activate_Same_Origin_URLs=Activate Same Origin URLs
  527. firebug.menu.Reset_All_Firebug_Options=Reset All Firebug Options
  528. firebug.menu.Firebug_Online=Firebug Online
  529. firebug.shortcut.reenterCommand.label=Reenter Command
  530. firebug.shortcut.toggleInspecting.label=Toggle Inspecting
  531. firebug.shortcut.toggleQuickInfoBox.label=Toggle Quick Info Box
  532. firebug.shortcut.toggleProfiling.label=Toggle Profiling
  533. firebug.shortcut.focusCommandLine.label=Focus Command Line
  534. firebug.shortcut.focusFirebugSearch.label=Focus Firebug Search
  535. firebug.shortcut.focusWatchEditor.label=Focus Watch Editor
  536. firebug.shortcut.focusLocation.label=Focus Location
  537. firebug.shortcut.focusFbMenu.label=Focus Firebug Menu
  538. firebug.shortcut.nextObject.label=Next Object
  539. firebug.shortcut.previousObject.label=Previous Object
  540. firebug.shortcut.customizeFBKeys.label=Customize Firebug Keys
  541. firebug.shortcut.detachFirebug.label=Open Firebug in New Window
  542. firebug.shortcut.leftFirebugTab.label=Switch to left Firebug panel
  543. firebug.shortcut.rightFirebugTab.label=Switch to right Firebug panel
  544. firebug.shortcut.toggleFirebug.label=Open Firebug
  545. firebug.shortcut.previousFirebugTab.label=Previous Firebug tab
  546. firebug.shortcut.clearConsole.label=Clear Console
  547. firebug.shortcut.openTraceConsole.label=Open Trace Console
  548.  
  549. customizeShortcuts=Firebug Shortcut Bindings
  550. keybindConfirmMsg=Do you want to save your updated shortcuts? They will be enabled after Firefox restarts
  551.  
  552. #A11y Chrome Labels (not visible, spoken by screen readers)
  553. a11y.labels.panel_tools=panel tools
  554. a11y.labels.firebug_panels=Firebug panels
  555. a11y.labels.firebug_side_panels=Firebug side panels
  556. a11y.labels.firebug_window=Firebug window
  557. a11y.labels.firebug_status=Firebug status
  558. a11y.labels.reset=reset
  559. a11y.labels.reset_shortcut=reset %S shortcut
  560. aria.labels.inactive_panel=inactive panel
  561.  
  562. #A11y panelNode labels (not visible, spoken by screen readers)
  563. a11y.labels.log_rows=log rows
  564. a11y.labels.call_stack=call stack
  565. a11y.labels.a11y.labels.document_structue=document structure
  566. a11y.labels.title_panel= %S panel
  567. a11y.labels.title_side_panel= %S side panel
  568. a11y.labels.cached=cached
  569. aria.labels.stack_trace=stack trace
  570.  
  571. #A11y Domplate labels  (not visible, spoken by screen readers)
  572. a11y.layout.padding=padding
  573. a11y.layout.border=border
  574. a11y.layout.margin=margin
  575. a11y.layout.position=position
  576. a11y.layout.position_top=position top
  577. a11y.layout.position_right=position right
  578. a11y.layout.position_bottom=position bottom
  579. a11y.layout.position_left=position left
  580. a11y.layout.margin_top=margin top
  581. a11y.layout.margin_right=margin right
  582. a11y.layout.margin_bottom=margin bottom
  583. a11y.layout.margin_left=margin left
  584. a11y.layout.border_top=border top
  585. a11y.layout.border_right=border right
  586. a11y.layout.border_bottom=border bottom
  587. a11y.layout.border_left=border left
  588. a11y.layout.padding_top=padding top
  589. a11y.layout.padding_right=padding right
  590. a11y.layout.padding_bottom=padding bottom
  591. a11y.layout.padding_left=padding left
  592. a11y.layout.top=top
  593. a11y.layout.right=right
  594. a11y.layout.bottom=bottom
  595. a11y.layout.left=left
  596. a11y.layout.width=width
  597. a11y.layout.height=height
  598. a11y.layout.size=size
  599. a11y.layout.position=position
  600. a11y.layout.z-index=z-index
  601. a11y.layout.clientBoundingRect=bounding client rect
  602. a11y.descriptions.press_enter_to_edit_values=Press Enter followed by Tab to edit individual values
  603. a11y.labels.style_rules=style rules
  604. aria.labels.inherited_style_rules=inherited style rules
  605. a11y.labels.computed_styles=computed styles
  606. a11y.labels.dom_properties=DOM properties
  607.  
  608. # LOCALIZATION NOTE
  609. # Used by a11y. Not directly visible in the UI, intended for screen readers.
  610. # Describe contents of inline editor fields
  611. a11y.labels.inline_editor=inline editor
  612. a11y.labels.value_for_attribute_in_element=value for %S attribute in %S element
  613. a11y.labels.attribute_for_element=attribute for %S element
  614. a11y.labels.text_contents_for_element=text contents for %S element
  615. a11y.labels.defined_in_file=defined in %S
  616. a11y.labels.declarations_for_selector=style declarations for "%S" selector
  617. a11y.labels.property_for_selector=CSS property for selector: %S
  618. a11y.labels.value_property_in_selector=%S property value for selector %S
  619. a11y.labels.css_selector=CSS selector
  620. a11y.labels.source_code_for_file=source code for file %S
  621.  
  622. # LOCALIZATION NOTE (a11y.labels.overridden):
  623. # Used by a11y. Not directly visible in the UI, intended for screen readers.
  624. # indicates style property is overridden by selector with higher specificity
  625. a11y.labels.overridden=overridden
  626. a11y.labels.press_enter_to_add_new_watch_expression=press enter to add a new watch expression
  627.  
  628. # LOCALIZATION NOTE (a11y.hasConditionalBreakpoint, a11y.hasDisabledBreakpoint):
  629. # Used by a11y. Not directly visible in the UI, intended for screen readers.
  630. # Existence and state of a breakpoint
  631. a11y.updates.has_conditional_break_point=has conditional break point
  632. a11y.updates.has_disabled_break_point=has disabled break point
  633.  
  634. # LOCALIZATION NOTE (a11y.updates.script_suspended_on_line_in_file): Used by a11y. Not directly
  635. # visible in the UI, intended for screen readers.
  636. # #1 Line number, #2 Function name, #3 File name
  637. a11y.updates.script_suspended_on_line_in_file=Script suspended on line %S in %S, file %S
  638. # LOCALIZATION NOTE (a11y.updates.match_found_in_logrows): Used by a11y. Not directly
  639. # visible in the UI, intended for screen readers.
  640. # Describes the match found when performing a console panel search 
  641. # #1 %S String key the use is looking for. #2 number of rows that contain the matched text
  642. # examples: Match found for "test" in 17 log rows
  643. a11y.updates.match_found_in_logrows=match found for "%S" in %S log rows
  644. # LOCALIZATION NOTE (a11y.updates.match_found_for_on_line): Used by a11y. Not directly
  645. # visible in the UI, intended for screen readers.
  646. # Describes the match found when performing a script panel search 
  647. # #1 %S String key the use is looking for. #2 line number the match was found on. #3 file name the match was found in
  648. # examples: Match found for "window.alert" on line 322 in utilities.js
  649. a11y.updates.match_found_for_on_line=match found for "%S" on line %S in %S
  650. # LOCALIZATION NOTE (a11y.updates.match_found_in_element): Used by a11y. Not directly
  651. # visible in the UI, intended for screen readers.
  652. # Describes the match found when performing an HTML panel search (if it is found in an element node) 
  653. # #1 Search string that was matched. #2 the HTML element name containing the matched string. #3 XPATH string specifying  the matched element
  654. # examples: Match found for "obj" in object element at /html/body/object[2]
  655. a11y.updates.match_found_in_element=match found for "%S" in %S element at path %S
  656. # LOCALIZATION NOTE (a11y.updates.match_found_in_attribute): Used by a11y. Not directly
  657. # visible in the UI, intended for screen readers.
  658. # Describes the match found when performing an HTML  panel search (if it is found in an attribute node) 
  659. # #1 Search string that was matched. #2 Attribute name #3 attribute value 
  660. # #4 the HTML element name containing. #5 XPATH string specifying  the matched element
  661. # examples: Match found for "abindex" in tabindex="0" in span element at /html/body/span[2]
  662. a11y.updates.match_found_in_attribute=match found for "%S" in attribute %S=%S of %S element at path %S
  663. # LOCALIZATION NOTE (a11y.updates.match_found_in_text_content): Used by a11y. Not directly
  664. # visible in the UI, intended for screen readers.
  665. # Describes the match found when performing an HTML panel search (if it is found in a text element's contents) 
  666. # #1 Search string that was matched. #2 element's text content  
  667. # #3 the HTML element name containing. #4 XPATH string specifying  the matched element
  668. # examples: Match found for "Firebug Rocks!" in h2 element at /html/body/h2[2]
  669. a11y.updates.match_found_in_text_content=match found for "%S" in text content: %S of %S element at path %S
  670. # LOCALIZATION NOTE (a11y.updates.match_found_in_selector): Used by a11y. Not directly
  671. # visible in the UI, intended for screen readers.
  672. # Describes the match found when performing a CSS panel search (if it is found in a selector) 
  673. # #1 Search string that was matched. #2 selector in which the match was found  
  674. # examples: Match found for "main" in #mainContent h2 {
  675. a11y.updates.match_found_in_selector=match found for "%S" in selector %S
  676. # LOCALIZATION NOTE (a11y.updates.match_found_in_style_property): Used by a11y. Not directly
  677. # visible in the UI, intended for screen readers.
  678. # Describes the match found when performing a CSS panel search (if it is found in a style declaration) 
  679. # #1 Search string that was matched. #2 style property in which the match was found #3 selector the style declaration applies to  
  680. # examples: Match found for background in style declaration background-repeat: "repeat-x"; in selector #mainContent {
  681. a11y.updates.match_found_in_style_declaration=match found for "%S" in style declaration %S in selector %S
  682. # LOCALIZATION NOTE (a11y.updates.match_found_in_dom_property): Used by a11y. Not directly
  683. # visible in the UI, intended for screen readers.
  684. # Describes the match found when performing a DOM panel search  
  685. # #1 Search string that was matched. #2 DOM property in which the match was found   
  686. # examples: Match found for "time" in _starttime : 1257324992232 (Number)
  687. a11y.updates.match_found_in_dom_property=match found for "%S" in DOM property %S
  688. # LOCALIZATION NOTE (a11y.updates.match_found_in_net_row): Used by a11y. Not directly
  689. # visible in the UI, intended for screen readers.
  690. # Describes the match found when performing a Net panel search  
  691. # #1 Search string that was matched. #2 File name associated to the row in which the match was found. 
  692. # #3 Column in which the match was found #4. Column value   
  693. # examples: Match found for "792" in GET loading_animation.gif, timeline: 792 ms
  694. a11y.updates.match_found_in_net_row=match found for "%S" in %S, %S : %S;
  695. # LOCALIZATION NOTE (a11y.updates.match_found_in_net_summary_row): Used by a11y. Not directly
  696. # visible in the UI, intended for screen readers.
  697. # Describes the match found when performing a Net panel search (if it is found in the Net summary row)
  698. # #1 Search string that was matched. #2 Column value in which the match was found 
  699. # examples: Match found for "05" in net summary row: 4.05s
  700. a11y.updates.match_found_in_net_summary_row=match found for "%S" in net summary row: %S
  701. # LOCALIZATION NOTE (a11y.updates.no_matches_found): Used by a11y. Not directly
  702. # visible in the UI, intended for screen readers.
  703. # Indicates that the searched string was not matched  
  704. # %S Search string that was matched.   
  705. # examples: No matched found for "wefkhwefkgwekhjgjh"
  706. a11y.updates.no_matches_found=no matches found for "%S"
  707.  
  708. confirmation.Reset_All_Firebug_Options=Are you sure to reset all Firebug options to the default state?
  709. # Console messages.
  710. warning.Console_must_be_enabled=Console must be enabled
  711. warning.Command_line_blocked?=Command line blocked?
  712. message.Reload_to_activate_window_console=Reload to activate window console
  713.  
  714.  
  715. # LOCALIZATION NOTE (label.Activate_Firebug_for_the_selected_Firefox_tab):
  716. # If Firebug is displayed in an external window (detached), but not active for the
  717. # currently selected Firefox tab, the following button label is used for an
  718. # activation button.
  719. label.Activate_Firebug_for_the_selected_Firefox_tab=Activate Firebug for the selected Firefox tab
  720.  
  721. # LOCALIZATION NOTE (message.Failed_to_load_source_for, message.The_resource_from_this_URL_is_not_text):
  722. # An error message displayed in the Script panel when a source can't be displayed
  723. # for specific URL.
  724. # examples: Failed to load source for: http://www.example.com/script.js
  725. # examples: The resource from this URL is not text: http://www.example.com/script.js
  726. message.Failed_to_load_source_for=Failed to load source for
  727. message.The_resource_from_this_URL_is_not_text=The resource from this URL is not text
  728.